home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
honey_be.swf
/
scripts
/
DefineSprite_554
/
frame_2
/
DoAction.as
Wrap
Text File
|
2010-04-12
|
417b
|
14 lines
if(!r.ang)
{
txt1 = "You did not earn anything.";
txt2 = "You did not manage to sell any honey.";
txt3 = "Your total saving is still $" + toCurrency(r.totalang);
}
else
{
txt1 = "You only managed to earn $" + toCurrency(r.ang);
txt2 = "You need $" + toCurrency(r.goal) + " to complete Level " + r.level + ".";
txt3 = "The total saving is $" + toCurrency(r.totalang + r.ang);
}
stop();